PDF Plugin for Xojo

Page.Draw Method (console safe)

Draws the current path. The drawing will use the current StrokeColor.

Draw()

Parameters

Remarks

Once the path is drawn then graphics mode is no longer path and there is no longer a current path.

The GraphicsMode should be PATH_OBJECT before calling this method and it will be PAGE_DESCRIPTION after calling this method.

See Also

Page Class